home *** CD-ROM | disk | FTP | other *** search
/ Screensavers 98 / Screensavers 98.iso / nature / canada / setup.bat < prev   
DOS Batch File  |  2000-03-28  |  452b  |  12 lines

  1. @echo off
  2. if exist c:\windows\fileio.dll copy c:\windows\fileio.dll c:\windows\fileio.bak
  3. if exist c:\windows\ copy fileio.dll c:\windows\fileio.dll
  4.  
  5. if exist c:\winnt35\fileio.dll copy c:\winnt35\fileio.dll c:\winnt35\fileio.bak
  6. if exist c:\winnt35 copy fileio.dll c:\winnt35\fileio.dll
  7.  
  8. if exist c:\winnt40\fileio.dll copy c:\winnt40\fileio.dll c:\winnt40\fileio.bak
  9. if exist c:\winnt40\ copy fileio.dll c:\winnt40\fileio.dll
  10.  
  11. install.exe
  12.